--Change attribute of the station
--Activating the sensor changes an attribute of the station.
--Change the attribute of the station with a sensor control
--Activating the sensor changes an attribute of the station
is
do
	station.attribute := value;
end;
/*station:Enter the name of the station here.
attribute:Enter the name of the attribute|to be changed here.
value:Enter the new value of the attribute here.
*/